onStopNestedScroll

open fun onStopNestedScroll(@NonNull target: @NonNull View)(source)

React to a nested scroll operation ending.

This is a delegate method. Call it from your ViewGroup subclass method/androidx.core.view.NestedScrollingParent interface method with the same signature to implement the standard policy.


open fun onStopNestedScroll(@NonNull target: @NonNull View, type: Int)(source)

React to a nested scroll operation ending.

This is a delegate method. Call it from your ViewGroup subclass method/androidx.core.view.NestedScrollingParent2 interface method with the same signature to implement the standard policy.